home *** CD-ROM | disk | FTP | other *** search
/ Whiteline: delta / whiteline CD Series - delta.iso / tools / dfue / www / stik / changes.txt next >
Text File  |  1995-11-25  |  2KB  |  70 lines

  1. STiK.ACC changes in version number order.
  2.  
  3. v01.01  17-Sep-95  (More or less)
  4. Initial FreeWare release.
  5.  
  6.  
  7. v01.01  23-Sep-95
  8. Bugfix:
  9. Resolver bombs reading blank lines in HOSTA file (radak@bachgen.com)
  10.  
  11. New:
  12. Dialer changed to handle direct connections (radak@bachgen.com)
  13. New dial.scr value SUCCESS = DIRECT (ie: no need to dial or check)
  14.  
  15.  
  16. v01.02  23-Sep-95
  17. New:
  18. Recompile with new version of DEVICE.LIB (kriesten@Mailer.Uni-Marburg.DE)
  19.  
  20.  
  21. v01.03  27-Sep-95
  22. Bugfix(s):
  23. Set PureC linker flags to -R (load to STram) -M (Malloc from STram)
  24. No longer crashes the system if config file cannot be loaded.
  25.  
  26. New:
  27. Can now read config directory from STIK_DIR.DAT when loaded
  28. (Same as before if STIK_DIR.DAT is not present)
  29.  
  30.  
  31. v01.04  28-Sep-95
  32. New:
  33. Dialer can now pause before each FIND/RESP.   Complainers were:-
  34. (elhays@ucdavis.edu, atinfo1@info1.rus.uni-stuttgart.de (Stefan Haake) )
  35.  
  36. BugFix:
  37. Dialer was abandoning FIND/RESP if both were NULL, even if
  38. more FIND/RESP pairs followed.
  39.  
  40.  
  41. v01.05  30-Sep-95
  42. BugFix:
  43. Fixed possible bug in memory routines.  An address
  44. that uses the top 8 bits of a pointer is now acceptable.
  45.  
  46. New:
  47. Added set/show IP address.
  48.  
  49.  
  50. v01.06  2-Oct-95
  51. Fix:
  52. STiK now disabled at boot time.  (Several requests for this)
  53. And disconnect also disables...
  54. Countdown after connect now 2 seconds (hbcsc048@louie.csun.edu Jason Scott)
  55. Buffer now cleared after unsuccessful dial (to get rid of `No Carrier').
  56.  
  57. Change:
  58. PKT_SIZE is no longer a config option or stik_cfg value.
  59. MTU is used instead (which is the way it always should have been).
  60.  
  61. New:
  62. LISTEN sockets implemented.  Nonstandard method, but easily useable.
  63. Change to programming spec.  Function CNgetport() is now CNgetinfo()
  64.  
  65.  
  66. v01.07  4-Oct-95   (Last update for probably a few months... :-((  )
  67. Change:
  68. When STiK is disabled, the serial port is freed, so other
  69. programs should be free to use it.  (Jan Kriesten requested, godd idea :-))
  70.